home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DIALOG.PAK / MODAL.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  471b  |  14 lines

  1. // Dialog box procedures must be exported in 16-bit applications for Windows.
  2. #ifdef WIN16
  3. LRESULT CALLBACK __export Modal(HWND, UINT, WPARAM, LPARAM);
  4. #else
  5. LRESULT CALLBACK Modal(HWND, UINT, WPARAM, LPARAM);
  6. #endif
  7.  
  8. #define IDD_MODALDIALOG             100
  9. #define IDD_STUDENTS                101
  10. #define IDD_NAME                    104
  11. #define IDD_TITLE                   106
  12. #define IDD_PHONE                   108
  13. #define IDD_INCLUDEBOYS             109
  14.